home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1998 July / Software of the Month Club 1998 July.iso / pc / SOMC / Casts / Misc.cst / 00063_VB5.ls < prev    next >
Encoding:
Text File  |  1998-05-21  |  210 b   |  14 lines

  1. on mouseEnter
  2.   puppetSound 1, "Pop"
  3.   set the foreColor of member "VB5" to 1
  4. end
  5.  
  6. on mouseLeave
  7.   set the foreColor of member "VB5" to 0
  8. end
  9.  
  10. on mouseUp
  11.   puppetSound 1, "Plink"
  12.   open "@\SUPPORT\VB5.EXE"
  13. end
  14.